home *** CD-ROM | disk | FTP | other *** search
/ Video Toaster 1.0 / Video Toaster v1.0 - Disc 4.iso / data1.cab / LightwaveSupport / Flyrutil / IFF2CLIP.DOC next >
Text File  |  1999-08-30  |  2KB  |  52 lines

  1. IFF2CLIP.EXE
  2.  
  3. by Pat Brouillette
  4. Copyright (c) 1995 NewTek, Inc.
  5. All rights reserved
  6.  
  7. This is a preliminary 24-bit IFF to Flyer clip converter for the PC!!
  8.  
  9. The program takes four (optionally five) arguments:
  10.  
  11.   <source_frames_basename>
  12.  
  13.      Basename of your 24-bit IFFs.  (minus the 3-digit frame number)
  14.      example:  D:\my_cool_anim\Frame
  15.      The clip converter will append a three digit number to the basename.
  16.  
  17.      NOTE:  All frames must be 752 x 480 x 24-bit or this will not work.
  18.  
  19.   <flyer_clip_name>
  20.  
  21.      The name of the flyer clip to output.
  22.  
  23.   <startframe>
  24.  
  25.      The starting frame number for the first frame of the clip.
  26.      example:  if "startframe" is 201, iff2clip will create the clip
  27.      starting with the source frame "D:\my_cool_anim\Frame201"
  28.  
  29.   <num_frames>
  30.   
  31.      The number of frames to output.  This MUST BE AN EVEN NUMBER or
  32.      IFF2CLIP will generate an unusable flyer clip.
  33.  
  34.   [quality_setting] - optional.
  35.      A number in the range 122 - 156 to create a clip that will play
  36.      on non-HQ5 drives.  The default is 156, or HQ5 mode.  I suggest
  37.      using the value of 122 for flyer drives that can't handle HQ5 mode.
  38.  
  39. Known problems:
  40.  
  41.   There is no error reporting.  The program will print the frame numbers
  42.   as it compiles the clip. If all of them were read, the clip is most
  43.   likely valid, although there is a small chance for corruption after
  44.   writing the last frame if disk space is low.
  45.  
  46.   IFF2CLIP is incapable of generating a flyer clip greater than two
  47.   gigabytes in size.  You will need to make several smaller clips.
  48.  
  49.   IFF2CLIP will only create a valid flyer clip if there is an even number
  50.   of frames in the animation.  If you have an odd number of frames, dupe
  51.   the last frame (i.e. copy "MyAnim153" to "MyAnim154")
  52.